ApkTool https://ibotpeaches.github.io/Apktool/install/ 大部分資源都可以解開,除了java程式碼
dex2jar 轉換smali to class https://github.com/pxb1988/dex2jar d2j-dex2jar <apk.file>
Java Decompiler GUI http://java-decompiler.github.io/ 用來檢視打開上一個步驟產出的jar檔
IDA pro IDA Pro 需要付費,有免費版但是不能解.so檔
Radare2 https://github.com/radareorg/radare2 未試,因為在公司被F-Secure判定為malware
Cutter https://cutter.re/ 目前要跑很久,還不確定實不實用
Hopper https://www.hopperapp.com/ 只有mac與linux版,故沒有測試
Ghidra Ghidra是美國國家安全局(NSA)開發的免費和開源的逆向工程工具 目前測試後可解,速度也可接受,雖然有解出來的邏輯有時候還是看不懂,但是基本上可接受。